home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(6) then
- puppetSprite(6, 1)
- set the castNum of sprite 6 to cast "b044.roll"
- updateStage()
- else
- set the castNum of sprite 6 to cast "b044"
- updateStage()
- end if
- if rollOver(7) then
- puppetSprite(7, 1)
- set the castNum of sprite 7 to cast "b045.roll"
- updateStage()
- else
- set the castNum of sprite 7 to cast "b045"
- updateStage()
- end if
- if rollOver(8) then
- puppetSprite(8, 1)
- set the castNum of sprite 8 to cast "b046.roll"
- updateStage()
- else
- set the castNum of sprite 8 to cast "b046"
- updateStage()
- end if
- if rollOver(9) then
- puppetSprite(9, 1)
- set the castNum of sprite 9 to cast "b047.roll"
- updateStage()
- else
- set the castNum of sprite 9 to cast "b047"
- updateStage()
- end if
- if rollOver(11) then
- puppetSprite(11, 1)
- set the castNum of sprite 11 to cast "b014.roll"
- updateStage()
- else
- set the castNum of sprite 11 to cast "b014"
- updateStage()
- end if
- if rollOver(12) then
- puppetSprite(12, 1)
- set the castNum of sprite 12 to cast "b038.roll"
- updateStage()
- else
- set the castNum of sprite 12 to cast "b038"
- updateStage()
- end if
- mainMenuRollovers()
- go(the frame)
- end
-